Configure Package.swift file to be able to build from source - #53667
Configure Package.swift file to be able to build from source#53667cipolleschi wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
4312d0f to
172df61
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
172df61 to
7af437c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
7af437c to
b457a69
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
b457a69 to
8124f8f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
8124f8f to
4d5d57b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
4d5d57b to
830a1bf
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
830a1bf to
000b8c8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
000b8c8 to
de78833
Compare
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
de78833 to
293ba55
Compare
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
|
This pull request was exported from Phabricator. Differential Revision: D81778452 |
293ba55 to
c009284
Compare
c009284 to
c1e14f6
Compare
c1e14f6 to
eab0b47
Compare
cortinico
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
eab0b47 to
d9e6423
Compare
Summary: This change updates the Package.swift file to enable building RNTester and HelloWorld from source. The set of changes is the following: - add a BUILD_FROM_SOURCE flag to toggle between building for creating prebuilds and building an app from source - configure the proper header search path based on whether we want to build an app from source or not - split the ReactFabricComponents target in multiple subtargets. This is required because when building from source we can't have targets whose Source folder is overlapping. ## Changelog: [Internal] - Reviewed By: cortinico Differential Revision: D81778452
d9e6423 to
cf89c17
Compare
|
@cipolleschi has exported this pull request. If you are a Meta employee, you can view the originating Diff in D81778452. |
|
This pull request has been merged in c827474. |
|
This pull request was successfully merged by @cipolleschi in c827474 When will my fix make it into a release? | How to file a pick request? |
Summary:
This change updates the Package.swift file to enable building RNTester and HelloWorld from source.
The set of changes is the following:
Changelog:
[Internal] -
Differential Revision: D81778452